text view: Add css node docs
authorMatthias Clasen <mclasen@redhat.com>
Sat, 31 Oct 2015 01:00:01 +0000 (21:00 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 31 Oct 2015 01:00:01 +0000 (21:00 -0400)
gtk/gtktextview.c

index 4227d4d15b86eecf72b87d7e8d6ef16a1aacd60a..86c28f3093175bdf1ceef6464df244b63e227082 100644 (file)
  * [text widget conceptual overview][TextWidget]
  * which gives an overview of all the objects and data
  * types related to the text widget and how they work together.
+ *
+ * # CSS nodes
+ *
+ * GtkTextView has a main css node with name textview and style class .view,
+ * and subnodes for each of the border windows, and the main text area,
+ * with names border and text, respectively. The border nodes each get
+ * one of the style classes .left, .right, .top or .bottom.
  */